home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / domacnost a kancelar / dreamcom / dream561.exe / install_script.iss
Text File  |  2006-11-08  |  5KB  |  94 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Kubik SMS DreamCom 5.61
  5. AppVerName=Kubik SMS DreamCom 5.61
  6. AppId=Kubik SMS DreamCom
  7. DefaultDirName={pf}\DreamCom
  8. DefaultGroupName=Kubik SMS DreamCom
  9. UninstallDisplayIcon={app}\DreamCom.exe
  10. OutputBaseFilename=dream561
  11. Compression=zip
  12. PrivilegesRequired=none
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\DreamCom.exe"; DestDir: "{app}"; 
  19. Source: "{app}\DreamCom.chm"; DestDir: "{app}"; 
  20. Source: "{app}\cellular.ini"; DestDir: "{app}"; 
  21. Source: "{app}\historie.txt"; DestDir: "{app}"; 
  22. Source: "{app}\license.txt"; DestDir: "{app}"; 
  23. Source: "{app}\nn_vdfn.dll"; DestDir: "{app}"; 
  24. Source: "{app}\vdnet2.txt"; DestDir: "{app}"; 
  25. Source: "{sys}\msvcr71.dll"; DestDir: "{sys}"; Flags: onlyifdoesntexist 
  26. Source: "{app}\Template.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  27. Source: "{app}\Bookmarks.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  28. Source: "{app}\shrink.ini"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  29. Source: "{app}\melody.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  30. Source: "{app}\NameDay.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  31. Source: "{app}\pict.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  32. Source: "{app}\tree.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  33. Source: "{app}\treemelody.ddf"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  34. Source: "{app}\Scripts\Email.dsc"; DestDir: "{app}\Scripts"; 
  35. Source: "{app}\Scripts\GSM.dsc"; DestDir: "{app}\Scripts"; 
  36. Source: "{app}\Scripts\icq.dsc"; DestDir: "{app}\Scripts"; 
  37. Source: "{app}\Scripts\LOGO_Mobilem.dsc"; DestDir: "{app}\Scripts"; 
  38. Source: "{app}\Scripts\Mobilem.dsc"; DestDir: "{app}\Scripts"; 
  39. Source: "{app}\Scripts\O2.dsc"; DestDir: "{app}\Scripts"; 
  40. Source: "{app}\Scripts\O2_Placena.dsc"; DestDir: "{app}\Scripts"; 
  41. Source: "{app}\Scripts\Operator.dsc"; DestDir: "{app}\Scripts"; 
  42. Source: "{app}\Scripts\Pager.dsc"; DestDir: "{app}\Scripts"; 
  43. Source: "{app}\Scripts\RING_Mobilem.dsc"; DestDir: "{app}\Scripts"; 
  44. Source: "{app}\Scripts\Seznam.dsc"; DestDir: "{app}\Scripts"; 
  45. Source: "{app}\Scripts\SMScz.dsc"; DestDir: "{app}\Scripts"; 
  46. Source: "{app}\Scripts\SMSMidlet.dsc"; DestDir: "{app}\Scripts"; 
  47. Source: "{app}\Scripts\SMTP.dsc"; DestDir: "{app}\Scripts"; 
  48. Source: "{app}\Scripts\T-Zones.dsc"; DestDir: "{app}\Scripts"; 
  49. Source: "{app}\Scripts\Vodafone.dsc"; DestDir: "{app}\Scripts"; 
  50. Source: "{app}\Scripts\VodafoneSamo.dsc"; DestDir: "{app}\Scripts"; 
  51. Source: "{app}\OCR\Eurotel.ocr"; DestDir: "{app}\OCR"; 
  52. Source: "{app}\Lang\czech.lng"; DestDir: "{app}\Lang"; 
  53. Source: "{app}\OLE\InstExcl.exe"; DestDir: "{app}\OLE"; 
  54. Source: "{app}\OLE\kubiksms.xla"; DestDir: "{app}\OLE"; 
  55. Source: "{app}\OLE\obalka.bmp"; DestDir: "{app}\OLE"; 
  56. Source: "{app}\OLE\obalkamask.bmp"; DestDir: "{app}\OLE"; 
  57. Source: "{app}\OLE\readme.txt"; DestDir: "{app}\OLE"; 
  58. Source: "{app}\OLE\test.vbs"; DestDir: "{app}\OLE"; 
  59.  
  60. [Run]
  61. Filename: "{app}\DreamCom.exe"; Parameters: "/noole"; Description: "Spustit program DreamCom"; Tasks: noexcel; Flags: postinstall hidewizard nowait
  62. Filename: "{app}\DreamCom.exe"; Description: "Spustit program DreamCom"; Tasks: excel; Flags: postinstall hidewizard nowait
  63. Filename: "{app}\Dreamcom.exe"; Parameters: "/regserver"; Tasks: excel; 
  64. Filename: "{app}\OLE\InstExcl.exe"; Tasks: excel; 
  65.  
  66. [UninstallRun]
  67. Filename: "{app}\OLE\InstExcl.exe"; Parameters: "/remove Tasks: excel"; 
  68. Filename: "{app}\Dreamcom.exe"; Parameters: "/unregserver"; 
  69.  
  70. [Icons]
  71. Name: "{group}\Kubik SMS DreamCom"; Filename: "{app}\DreamCom.exe"; Parameters: "/noole"; WorkingDir: "{app}"; Tasks: noexcel; 
  72. Name: "{group}\Kubik SMS DreamCom"; Filename: "{app}\DreamCom.exe"; WorkingDir: "{app}"; Tasks: excel; 
  73. Name: "{group}\Historie"; Filename: "{app}\historie.txt"; WorkingDir: "{app}"; 
  74. Name: "{group}\Nßpov∞da"; Filename: "{app}\DreamCom.chm"; 
  75. Name: "{userdesktop}\Kubik SMS DreamCom"; Filename: "{app}\DreamCom.exe"; Parameters: "/noole"; WorkingDir: "{app}"; Tasks: noexcel; 
  76. Name: "{userdesktop}\Kubik SMS DreamCom"; Filename: "{app}\DreamCom.exe"; WorkingDir: "{app}"; Tasks: excel; 
  77. Name: "{group}\Odinstalovat"; Filename: "{uninstallexe}"; 
  78.  
  79. [Tasks]
  80. Name: "excel"; Description: "Instalovat podporu OLE - snadnΘ odesφlßnφ SMS p°φmo z Excelu"; GroupDescription: "SpouÜt∞nφ:"; 
  81. Name: "noexcel"; Description: "Neinstalovat podporu OLE"; GroupDescription: "SpouÜt∞nφ:"; 
  82.  
  83. [InstallDelete]
  84. Type: filesandordirs; Name: "{group}"; 
  85. Type: files; Name: "{app}\Scripts\Firstwap.dsc"; 
  86. Type: files; Name: "{app}\Scripts\E-zones.dsc"; 
  87.  
  88. [UninstallDelete]
  89. Type: files; Name: "{app}\*.ddf"; 
  90. Type: files; Name: "{app}\*.ini"; 
  91. Type: files; Name: "{app}\*.dat"; 
  92. Type: files; Name: "{app}\OldData\*.*"; 
  93. Type: files; Name: "{app}\banners\*.*"; 
  94.